Fixed files encoding
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Fri, 27 Feb 2026 16:30:28 +0000 (16:30 +0000)
committerPeter Blackman <peterb@debian.org>
Fri, 27 Feb 2026 16:30:28 +0000 (16:30 +0000)
commit948870481ce799fa273c44aa1d8b901d9c77eef9
tree70bac538ec058c729d910d4bee1f854b738ea1bd
parent1c55262f95b85fb0f643072066c7d5470f5f08c3
Fixed files encoding

Forwarded: Yes
Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/41130
Last-Update: 2025-02-02

Some files are distributed by upstream in national encoding. This patch
converts them to unicode.

The convertion was doen using the follwong commands:
recode latin1..UTF-8 fpcsrc/packages/fcl-base/examples/testreg.pp
recode latin1..UTF-8 fpcsrc/rtl/os2/tests/pmdemo1.h
recode latin1..UTF-8 demo/os2/pmdemo1.h

The two last files requiered additional manual fix.

Gbp-Pq: Name Fixed-files-encoding.patch
demo/os2/pmdemo1.h
fpcsrc/packages/fcl-base/examples/testreg.pp
fpcsrc/rtl/os2/tests/pmdemo1.h